Fix character entities
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 16 Nov 2015 12:14:05 +0000 (12:14 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Nov 2015 19:54:57 +0000 (14:54 -0500)
These are not supposed to be supported by gtk-doc¹

¹https://bugzilla.gnome.org/show_bug.cgi?id=758137

https://bugzilla.gnome.org/show_bug.cgi?id=758175

gtk/gtkrecentmanager.h
gtk/gtkrender.c
gtk/gtktextview.c

index b0a26ee0ac46f6576638b62f44d5c8235b33c24d..9f15abe078f728f14ef1cc2a36b7a6e9794aaefe 100644 (file)
@@ -55,7 +55,7 @@ typedef struct _GtkRecentManagerPrivate GtkRecentManagerPrivate;
  * @app_name: the name of the application that is registering this recently
  *   used resource;
  * @app_exec: command line used to launch this resource; may contain the
- *   “&percnt;f” and “&percnt;u” escape characters which will be expanded
+ *   “\%f” and “\%u” escape characters which will be expanded
  *   to the resource file path and URI respectively when the command line
  *   is retrieved;
  * @groups: (array zero-terminated=1): a vector of strings containing
index d8abadc85f2abc76121ca144523ccaccde78e3e0..c5468add0e79a5764ca22f8a32cbf26188391b3b 100644 (file)
@@ -213,7 +213,7 @@ gtk_do_render_arrow (GtkStyleContext *context,
  *
  * Renders an arrow pointing to @angle.
  *
- * Typical arrow rendering at 0, 1&solidus;2 &pi;, &pi; and 3&solidus;2 &pi;:
+ * Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π:
  *
  * ![](arrows.png)
  *
index f68fb2f40ee08fc04e7d965442cbfbee6660cd1d..2fca66647804858f354ca13d76f2ef7b615c91c1 100644 (file)
@@ -10328,7 +10328,7 @@ gtk_text_view_get_css_node (GtkTextView       *text_view,
  *
  * Usually used to find out which window an event corresponds to.
  * If you connect to an event signal on @text_view, this function
- * should be called on `event-&gt;window` to
+ * should be called on `event->window` to
  * see which window it was.
  *
  * Returns: the window type.